Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug in datapipeline definition serializer #705

Merged
merged 2 commits into from
Mar 18, 2014

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Mar 17, 2014

Account for list values in def->api translation

In a pipeline definition file, if a value is a list, then
we need to create individual elements (of the same key) for
each element in the list. Otherwise we get a botocore validation
error as we're trying to send an invalid request.

jamesls added 2 commits March 17, 2014 10:21
In a pipeline definition file, if a value is a list, then
we need to create individual elements (of the same key) for
each element in the list.  Otherwise we get a botocore validation
error as we're trying to send an invalid request.
@toastdriven
Copy link
Contributor

LGTM. :shipit:

@jamesls jamesls merged commit 6877003 into aws:develop Mar 18, 2014
@jamesls jamesls deleted the pipeline-list-fix branch June 23, 2014 18:23
thoward-godaddy pushed a commit to thoward-godaddy/aws-cli that referenced this pull request Feb 12, 2022
Removed Item Group to include DotNetCliToolReference
in project file in favor of .NET Core Global Tools for AWS.
Updated packages Amazon.Lambda.APIGatewayEvents and
Amazon.Lambda.Serialization.Json to latest versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants